Count Annotations By Project

Endpoint for counting amount of annotations by project ID Supports both mongo and S2 datasets Mainly supposed to be used for billing purposes

Request
path Parameters
projectId
required
string
Responses
200

Ok

post/datasets/countAnnotationsByProject/{projectId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}